@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding: 0;
}

a:link, a:visited {
	color: #FFF;
	text-decoration: none;
}

a:hover, a:active {
	color: #000;
	text-decoration: none;
}

body{
	background-color:#000;
}

.achtergrond{
	position: fixed;
	width: 100%;
	bottom: 0px;
	z-index: 1;
	height: auto;
}

.menu{
	font-family: Arial, Gadget, sans-serif;
	font-size: 0.9em;
	top: 50%;
	position: fixed;
	color: #FFF;
	z-index: 2;
	margin-left: 1.1em;
	z-index: 5;
}
.menu2{
	position: relative;
	color: #FFF;
	z-index: 2;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color:#FC0;
	padding-top: 0.5em;
	padding-right: 0.8em;
	padding-bottom: 0.5em;
	padding-left: 0.8em;
	border-bottom-color: #FC0;
	border-bottom-style: double;
	border-top-style: double;
	z-index: 5;
}

.menu3{
	font-size: 0.9em;
	padding: 0.5em;
	margin-left: 0em;
	text-align:center;
	z-index: 5;
}	
.content01{
	height: auto;
	width: calc(85% - 200px); 
	max-width: 1000px;
	min-width: 400px;
	margin-left:200px;
	position: relative;
	padding-left:200px;
	padding-top: 40px;
	padding-bottom: 150px;
	z-index: 3;
}
.content02{
	height: auto;
	width: 640px; 
	margin: auto;
	position:relative;
	padding-left:200px;
	padding-top: 40px;
	padding-bottom: 150px;
	z-index: 3;
}

.title {
	height: auto;
	width: 100%;
	border-top-width: 1px;
	border-top-color: #FFF;
	padding-top: 25px;
	padding-bottom: 2px;
	border-top-style: outset;
	clear: both;
}
.title2 {
	height: auto;
	width: 100%;
	padding-top: 25px;
	padding-bottom: 2px;
}
.note {
	height: auto;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 25px;
	border-bottom-width: 1px;
	border-bottom-style: inset;
	border-bottom-color:#FFF;
}
.note2 {
	height: auto;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 25px;
}
.Text01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFF;
}
.Text02, .note, .note2, .note3, .note4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999;
}

.note3{
	float:left;
	width:200px;
	margin-right: 20px;
}
.note4{
	float:left;
	width:112px;
	margin-right: 20px;
}
.entersite{
	font-family: Arial, Helvetica, sans-serif;
	position: fixed;
	z-index: 3;
	top: 50%;
	width: 100px;
	margin: auto;
	padding-right: -50px;
	right: 50%;
}

.clear{
	clear: both;
	}
	